Skip to content

Run intercept and Results on main when their paths change - #75

Merged
jmjava merged 2 commits into
mainfrom
cursor/run-scheduled-ci-on-main-push-fc5f
Sep 16, 2026
Merged

jmjava merged 2 commits into
mainfrom
cursor/run-scheduled-ci-on-main-push-fc5f

Conversation

@jmjava

@jmjava jmjava commented Sep 16, 2026 •

Copy link
Copy Markdown
Owner

Default-branch intercept is still red after #73. Coschedule now works (coschedule: disabled is in the TaskRun provenance). Compile then failed with:

PodCreationFailed: missing field(s): steps[0].Image for build-compile-maven and build-compile-npm.

Cause: stack-*-pipeline.yaml on main default compile-image-* to "". The Task uses that as steps[0].image.

Changes

  • Path-filtered push to main for intercept and Results so default-branch evidence refreshes on merge, not only on cron.
  • Set compile-image defaults to ubuntu:22.04 on bootstrap/PR/merge pipelines.
  • Tests for both.

This PR path-triggers intercept and Results on current default-branch code.

Open in Web Open in Cursor 

cursoragent and others added 2 commits September 16, 2026 17:44
Scheduled default-branch evidence stays stale after a merge because
those workflows only fire on cron or dispatch. Path-filtered push
triggers give main a new run when the installer or Results toolchain
changes, instead of waiting a week.

Co-authored-by: jmjava <[email protected]>
Intercept on the coschedule change passed PVC validation, then failed
Pod creation: steps[0].Image was empty because compile-image-* defaults
are blank on main. Use ubuntu:22.04, matching the Task defaults.

Co-authored-by: jmjava <[email protected]>
@jmjava
jmjava marked this pull request as ready for review September 16, 2026 17:58
@jmjava
jmjava merged commit 5d3a316 into main Sep 16, 2026
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants